home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
s
/
ep_nextmodule.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
226b
|
18 lines
/* EaglePlayer - nächstes Module in Dir-Liste laden & abspielen */
/* Arguments */
address 'rexx_EP'
options results
nextmodule
if result == "no" then do
say "Module not loaded !"
end
else do
say "Module loaded !"
end